home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util4 / 0utils.lha / 0Utils / gen.doc.Tplt < prev    next >
Text File  |  1995-08-19  |  2KB  |  65 lines

  1. $(@hide@$(@ITERATE@$(@LOCK@CMD@$(@OUTFILE@$(CMD).doc@
  2. $(@HIDE@$(@outfile@@generating Docs for $(CMD)
  3. ))
  4.  
  5.     NAME
  6.     $(CMD)
  7.  
  8.     SYNOPSIS
  9.     $(CMD) $(@IF@$(?SHORT)@- $(SHORT) )- Requires $(@IF@$(?MinVersion)@$(MinVersion))$(@IF@!$(?MinVersion)@v37)
  10.  
  11.     INPUTS
  12.     "$(@IF@$(?TEMPLATE)@$(TEMPLATE)$(@If@$(?Filter)@,))$(@If@$(?Filter)@FILE/M,TO/K)$(@IF@$(?BUFFERS)@(,BUFFERSIZE/N/K))"
  13.  
  14.     DESCRIPTION
  15. $(@IF@$(?DESCRIPTION)@$(DESCRIPTION))
  16.  
  17.     $(@IF@$(?BUFFERS)||$(?Filter)@STD-OPTIONS:)$(@IF@$(?BUFFERS)@
  18.         BUFFERSIZE - size of each of the internal buffers;
  19.              this may also be a limit for the length
  20.              of correctly parsed lines; this flag may
  21.              have been commented out at compiletime!
  22.              defaulting to 256)
  23.         $(@if@$(?Filter)@
  24.         FILE       - source (input) files;
  25.              defaulting to STDIN
  26.         TO           - destination (output) file;
  27.              defaulting to STDOUT
  28.  
  29.     RESULT
  30.     the result of the filtering function applied on any
  31.     input file is sent to the output file.)
  32.  
  33.     NOTES
  34.     * CLI - only
  35.  
  36.     * should compile with SAS-C
  37.     $(@IF@$(?NOTES)@
  38. $(NOTES))
  39.  
  40.     BUGS
  41. $(@IF@$(?BUGS)@$(BUGS))
  42.  
  43.     EXAMPLES
  44. $(@IF@$(?EXAMPLES)@$(EXAMPLES))
  45.  
  46.     HISTORY
  47. $(@IF@$(?HISTORY)@$(HISTORY))
  48.  
  49.     AUTHOR
  50.     Bernd Noll, Brunnenstrasse 55, D-67661 Kaiserslautern
  51.     noll@student.uni-kl.de
  52. $(@hide@
  53.     SnailMail:  Bernd Noll, Brunnenstrasse 55, D-67661 Kaiserslautern
  54.                or:    Zu den Eichen 8,   D-56567 Neuwied
  55.  
  56.     EMail:         noll@student.uni-kl.de
  57.         b_noll@informatik.uni-kl.de
  58.  
  59.     IRC:        `0` (less often: Onkel or persona)
  60.             on #Germany, #AmigaGER or #PerryRhodan
  61.  
  62.     WWW:    http://galway.informatik.uni-kl.de/staff/noll/home.html
  63. )
  64. ))))
  65.